Skip to content

feat: 페이지 라우팅#14

Merged
moo1677 merged 1 commit into
devfrom
feature/landing-page
Jan 5, 2026
Merged

feat: 페이지 라우팅#14
moo1677 merged 1 commit into
devfrom
feature/landing-page

Conversation

@moo1677
Copy link
Copy Markdown
Contributor

@moo1677 moo1677 commented Jan 5, 2026

1) 작업한 이슈번호

12번

2) 변경 요약 (What & Why)

  • 무엇을 변경했는지: 랜딩 페이지 라우팅 및 헤더 디자인 변경
  • 변경했는지(문제/목표):

3) 스크린샷/동영상 (UI 변경 시)

전/후 비교, 반응형(모바일/데스크톱) 캡쳐

  • Before:
  • After:
image

4) 상세 변경사항

  • 라우팅/페이지:
  • 컴포넌트:
  • 상태관리:
  • API 호출:
  • 스타일:
  • 기타:

5) 참고사항

Summary by CodeRabbit

릴리스 노트

  • 새로운 기능

    • 페이지 헤더가 홈으로 이동하는 클릭 가능한 링크로 변경
    • 헤더에 "시작하기" 로그인 버튼 추가
  • 스타일

    • 헤더 레이아웃 및 여백 개선
    • 전체 페이지 여백 및 간격 조정

✏️ Tip: You can customize this high-level summary in your review settings.

@moo1677 moo1677 merged commit 7c0dd3f into dev Jan 5, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 5, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

개요

이 PR은 랜딩 페이지와 인증 컴포넌트의 import 경로를 정규화하고, AuthCard 컴포넌트의 props에 children을 추가하며, LandingHeader의 네비게이션 구조를 간소화하고, 마이너한 스타일 조정을 수행합니다.

변경 사항

응집단 / 파일 변경 요약
Import 경로 정규화
app/page.tsx, components/landing/LandingPreview.tsx
Hero, Feature, Demo 컴포넌트 import를 LandingHeroSection, LandingFeature, LandingPreview로 이름 변경; PreviewContent import를 LandingContent로 변경
AuthCard 컴포넌트 확장
components/auth/AuthCard.tsx
Next.js Link import 추가, h1 헤더를 "/"로 향하는 Link로 변경, Props에 children: React.ReactNode 추가
LandingHeader 네비게이션 개선
components/landing/LandingHeader.tsx
고정 너비 헤더 래퍼 도입, 이중 버튼 로그인 영역을 "/login"으로 향하는 단일 Link("시작하기")로 교체, 간격 및 마진 조정
LandingHeroSection 스타일 조정
components/landing/LandingHeroSection.tsx
컨테이너에 pt-30 패딩 추가, 단락 요소의 class 순서 재정렬(text-xs를 끝으로 이동)

예상 코드 리뷰 난이도

🎯 2 (단순) | ⏱️ ~10분

관련 이슈

관련 PR

🐰 import 경로 정리하고,
헤더들을 Link로 꾸미고,
AuthCard에 children을 담아,
랜딩 페이지가 반짝인다네!

✨ Finishing touches
  • 📝 Generate docstrings

📜 Recent review details

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f478102 and 1d7081c.

📒 Files selected for processing (7)
  • app/page.tsx
  • components/auth/AuthCard.tsx
  • components/landing/LandingContent.tsx
  • components/landing/LandingFeature.tsx
  • components/landing/LandingHeader.tsx
  • components/landing/LandingHeroSection.tsx
  • components/landing/LandingPreview.tsx

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant